home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmAbout
- BorderStyle = 3 'Fixed Dialog
- Caption = "Information Browser 1.0"
- ClientHeight = 2940
- ClientLeft = 2340
- ClientTop = 1935
- ClientWidth = 2535
- ClipControls = 0 'False
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2029.24
- ScaleMode = 0 'User
- ScaleWidth = 2380.496
- ShowInTaskbar = 0 'False
- Begin VB.PictureBox picIcon
- AutoSize = -1 'True
- ClipControls = 0 'False
- Height = 1560
- Left = 120
- Picture = "frmAbout.frx":0000
- ScaleHeight = 1053.5
- ScaleMode = 0 'User
- ScaleWidth = 1580.25
- TabIndex = 1
- Top = 120
- Width = 2310
- End
- Begin VB.CommandButton cmdOK
- Cancel = -1 'True
- Caption = "OK"
- Default = -1 'True
- Height = 255
- Left = 720
- TabIndex = 0
- Top = 2640
- Width = 1140
- End
- Begin VB.Label lblTitle
- Alignment = 2 'Center
- Caption = "Information Browser 1.0"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00000000&
- Height = 240
- Left = 120
- TabIndex = 3
- Top = 1680
- Width = 2325
- End
- Begin VB.Label lblDisclaimer
- Alignment = 2 'Center
- Caption = "All Material Copyright 1999 Information Riot And Respective Owners All Rights Reserved."
- ForeColor = &H00000000&
- Height = 705
- Left = 120
- TabIndex = 2
- Top = 1920
- Width = 2295
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdOK_Click()
- Unload Me
- End Sub
- Private Sub lblDescription_Click()
- End Sub
-